home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / classic.jar / skin / classic / global / notification.css < prev    next >
Cascading Style Sheet File  |  2006-09-22  |  825b  |  44 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. notification {
  4.   background-color: InfoBackground;
  5.   color: InfoText;
  6. }
  7.  
  8. notification[type="info"] {
  9.   background-color: -moz-Dialog;
  10. }
  11.  
  12. notification[type="critical"] {
  13.   background-color: red;
  14. }
  15.  
  16. .messageImage {
  17.   width: 16px;
  18.   height: 16px;
  19.   margin: 0px 1px 0px 6px;
  20. }
  21.  
  22. .messageText {
  23.   -moz-margin-start: 5px;
  24. }
  25.  
  26. .messageButton {
  27.   margin: 0px 5px 0px 5px;
  28. }
  29.  
  30. .messageCloseButton {
  31.   list-style-image: url("chrome://global/skin/icons/close.png");
  32.   -moz-appearance: none;
  33.   -moz-image-region: rect(0px, 16px, 16px, 0px);
  34.   padding: 4px 2px;
  35.   border: none !important;
  36. }
  37.  
  38. .messageCloseButton:hover {
  39.   -moz-image-region: rect(0px, 32px, 16px, 16px);
  40. }
  41.  
  42. .messageCloseButton:hover:active {
  43.   -moz-image-region: rect(0px, 48px, 16px, 32px);
  44. }